home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TFFLASH / TFFLASH.txt
Text File  |  2002-03-16  |  3KB  |  136 lines

  1. object fFlash: TfFlash
  2.   Left = 192
  3.   Top = 114
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Insert Flash Movie'
  7.   ClientHeight = 242
  8.   ClientWidth = 280
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Edit1: TEdit
  21.     Left = 8
  22.     Top = 8
  23.     Width = 225
  24.     Height = 21
  25.     TabOrder = 0
  26.   end
  27.   object Button1: TButton
  28.     Left = 237
  29.     Top = 8
  30.     Width = 36
  31.     Height = 22
  32.     Caption = '...'
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -9
  36.     Font.Name = 'Verdana'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.     TabOrder = 1
  40.     OnClick = Button1Click
  41.   end
  42.   object CheckBox1: TCheckBox
  43.     Left = 8
  44.     Top = 160
  45.     Width = 97
  46.     Height = 17
  47.     Caption = 'Loop movie'
  48.     TabOrder = 2
  49.     OnClick = CheckBox1Click
  50.   end
  51.   object GroupBox1: TGroupBox
  52.     Left = 8
  53.     Top = 48
  54.     Width = 265
  55.     Height = 97
  56.     Caption = 'Height and Width'
  57.     TabOrder = 3
  58.     object Label1: TLabel
  59.       Left = 8
  60.       Top = 24
  61.       Width = 33
  62.       Height = 12
  63.       Caption = 'Height'
  64.       Font.Charset = ANSI_CHARSET
  65.       Font.Color = clWindowText
  66.       Font.Height = -9
  67.       Font.Name = 'Verdana'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.     end
  71.     object Label2: TLabel
  72.       Left = 88
  73.       Top = 24
  74.       Width = 31
  75.       Height = 12
  76.       Caption = 'Width'
  77.       Font.Charset = ANSI_CHARSET
  78.       Font.Color = clWindowText
  79.       Font.Height = -9
  80.       Font.Name = 'Verdana'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.     end
  84.     object Label3: TLabel
  85.       Left = 8
  86.       Top = 72
  87.       Width = 76
  88.       Height = 13
  89.       Caption = 'This is optional !'
  90.     end
  91.     object SpinEdit1: TSpinEdit
  92.       Left = 8
  93.       Top = 40
  94.       Width = 65
  95.       Height = 22
  96.       MaxValue = 0
  97.       MinValue = 0
  98.       TabOrder = 0
  99.       Value = 0
  100.     end
  101.     object SpinEdit2: TSpinEdit
  102.       Left = 88
  103.       Top = 40
  104.       Width = 65
  105.       Height = 22
  106.       MaxValue = 0
  107.       MinValue = 0
  108.       TabOrder = 1
  109.       Value = 0
  110.     end
  111.   end
  112.   object Button2: TButton
  113.     Left = 8
  114.     Top = 208
  115.     Width = 75
  116.     Height = 25
  117.     Caption = 'Ok'
  118.     Default = True
  119.     ModalResult = 1
  120.     TabOrder = 4
  121.   end
  122.   object Button3: TButton
  123.     Left = 200
  124.     Top = 208
  125.     Width = 75
  126.     Height = 25
  127.     Caption = 'Cancel'
  128.     ModalResult = 2
  129.     TabOrder = 5
  130.   end
  131.   object OpenDialog1: TOpenDialog
  132.     Left = 224
  133.     Top = 72
  134.   end
  135. end
  136.